Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BONUS kryprowaluty bez depozytu #248

Open
wants to merge 3,047 commits into
base: master
Choose a base branch
from

Conversation

Mnichasz
Copy link

cculianu and others added 30 commits October 18, 2022 17:31
Scalenet should be 'sBCH'.  Regtest should be 'rBCH'. Fixed.
Launch BCHN and Fulcrum Docker containers and start a EC daemon that
accepts RPC requests that gets verified in the test cases.

Add trivial test cases that checks the following RPC methods:
getunusedaddress
getbalance
getservers

Only enabled for Linux amd64 due to lack of test environment, will be
skipped on other environments.

Fulcrum & BCHN can also also be launched in regtest mode via:
$ docker-compose -f electroncash/tests/regtest/docker-compose.yml up
And the application can connect to this network via the --regtest
argument.
Closes #2492.  It turns out a `make_dir()` call was missing. Oops.
Add servers_chipnet.json to setup.py
* Add instructions to compile the icons for Qt

* Normally you can skip this step (Add instructions to compile the icons for Qt)
Android: Bump chaquopy to 13.0.0
Remove RPA option for now for wallet creation.
- Updated dockerfiles
- Fixup to error from newer git about permissions of /opt/electroncash inside
  docker container.
Need to mark the work dir as "safe" otherwise git complains
Add `tx_hashes` to exported payment requests
I moved my node to a different hosting provider and made some DNS changes. Updating server list appropriately.

Old clients will be able to connect to "bch.ninja" until 30 days after this change is released.
Change bch.ninja to cashnode.bch.ninja
* Run tox in github action

Run test suite on python 3.7..3.10 on win, macos and linux.
Executed on each pull request.

* Add Python3.6
Setting an address based on a public signing key as the requestor can
(and has) caused confusion where users think they can send funds. Set
the key owner which is hard coded to 'BitPay, Inc.' instead.

Fix has been verified with invoice from test.bitpay.com.

Fixes #2505
Set BitPay as requestor on jsonPayPro invoices
* Add basic test for jsonPaymentProtocol

Verify that signature verification works on BitPay invoices.
The signature check itself is kind of Mickey Mouse-ish since the keys
themselves aren't verified so this rather verifies that the payment
request is well formed.

* Remove staticmethod decorator
* It's adviced to run also on master branch

Since you want to avoid regression on master branch. Also trigger a on push (master).

* Add GitHub Actions badge pipeline
cculianu and others added 29 commits May 12, 2023 21:25
Solution is to just not put any text in table cell since it's not used
for anything anyway.
- Also made the token-id columns more compact in a few places.
- Also attached more app-wide signaling when user edits token name so more
  views/widgets get updated when this happens.
- Plus miscellaneous small fixups and cleanups.
"Flags" -> "Capability"
"NFT Hex" -> "NFT Commitment"
In the perhaps naive hope that on no platform will this mean they get
crushed to nothing.
- Copy Token Name added (in lieu of Copy Category)
- Adjusted tooltip for token history list to describe what it is showing
  you as a category ID
- "Delete" button moved to the right and given a trash icon
- Table made tighter (got rid of the empty space for the collapser
  control since none of the items are collapsible)
- Put the "Delete" button in the same widget as the "N copies" button.
- Added some missing tooltips
Some desktop styles render the "reset" (clear) button same as "cancel".
Not good. Redone to not use the auto-magic logic of Qt for this button.
On some Linux setups this looked just like the "Cancel" button which can
be visually confusing.  Fixed.
@armandRobled
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.